.app-feature__section,
.app-feature__section li {
    color: #505050;
}

.app-feature__title {
    line-height: normal;
    margin-bottom: 15px !important;
    font-weight: 600;
    font-size: 22px;
    color: #303030;
}

.app-feature__title--center {
    font-weight: 600;
    font-size: 22px;
    color: #303030;
}

.app-feature__content {
    font-size: 15px;
}

.app-feature__btn {
    min-width: 238px !important;
}

.app-feature__btn:focus {
    outline: none;
}

.app-feature__image {
    max-height: 500px;
}

.app-feature__section-title {
    font-size: 22px;
    font-weight: 600;
    color: #303030;
}

.app-feature__section-text {
    text-align: left;
    line-height: 25px;
    max-width: 900px;
    position: relative;
    margin: 30px auto;
    width: 94%;
    display: flex;
    font-size: 15px;
}

.app-feature__section-text.another-width {
    max-width: 600px;
}

.width-560 {
    max-width: 560px;
}

.title-center-content-title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #303030;
}

.line-690 {
    width: 50px;
    height: 2px;
    margin: 40px auto 0 auto;
    background-color: #f4c367;
}

@media only screen and (max-width: 768px) {
    .app-feature__btn {
        width: 100% !important;
    }

    .app-feature__image {
        max-height: 220px;
        min-height: 150px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .app-feature__section {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .app-feature__title {
        text-align: center !important;
    }
}
